home *** CD-ROM | disk | FTP | other *** search
/ PC Users 8 / Cd Pc Users extra 8.iso / prog / inst / firstimp / vcimpres.z / DragBar.Bas < prev    next >
Encoding:
BASIC Source File  |  1997-11-07  |  169 b   |  7 lines

  1. Attribute VB_Name = "Module1"
  2. Option Explicit
  3.  
  4. Global OldX As Single, OldY As Single
  5. Global DragPoint As Integer, DragSeries As Integer
  6. Global Dragging As Boolean
  7.